projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eecc11
)
(gdb-mouse-toggle-breakpoint): Remove debug message.
author
Kim F. Storm
<storm@cua.dk>
Tue, 2 Mar 2004 00:15:01 +0000
(
00:15
+0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 2 Mar 2004 00:15:01 +0000
(
00:15
+0000)
lisp/gdb-ui.el
patch
|
blob
|
history
diff --git
a/lisp/gdb-ui.el
b/lisp/gdb-ui.el
index 0040fb47f6e321dc5aee387fa508ae9f43cf7eaf..eea22fcf4af0a7983182e4b7ec6afeb92aa36efe 100644
(file)
--- a/
lisp/gdb-ui.el
+++ b/
lisp/gdb-ui.el
@@
-1087,7
+1087,6
@@
static char *magick[] = {
(interactive "e")
(mouse-minibuffer-check event)
(let ((posn (event-end event)))
- (message "pt=%S posn=%S" (posn-point posn) posn)
(if (numberp (posn-point posn))
(with-selected-window (posn-window posn)
(save-excursion